adTempus API
|
A collection of ObjectImportParameters objects representing the objects in the data source.
HRESULT ObjectParameters(long index, [out, retval] IObjectImportParameters** pVal);
ObjectParameters(long index, [out, retval] IObjectImportParameters* pVal);
Sub ObjectParameters(index As long, pVal As [out, retval] IObjectImportParameters*)
Parameters |
Description |
[in] long index |
The index of the object to retrieve. Valid values are 0 to ObjectCount -1. |
[out, retval] IObjectImportParameters** pVal |
The IObjectImportParameters for the object. |
The ObjectParameters collection contains an ObjectImportParameters object for each object found in the data source.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|